home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
FGL402D.ZIP
/
EXBAS.ARJ
/
TEMP
/
14-06.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1995-01-20
|
199 b
|
16 lines
REM $INCLUDE: 'fastgraf.bi'
DEFINT A-Z
FGsetmode -1
Status = FGmouseini
IF Status < 0 THEN
PRINT "Mouse not available."
ELSE
PRINT Status; "button mouse found."
END IF
END